Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Behavior<T> Class / Attach Method
The view to which the behavior is attached.

In This Topic
    Attach Method (C1Behavior<T>)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub Attach( _
       ByVal view As T _
    ) 
    public void Attach( 
       T view
    )

    Parameters

    view
    The view to which the behavior is attached.
    See Also